home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / 06_02.iso / software / tweakall / TweakAll2setup.exe / {app} / TweakTray.exe / 0 / RCDATA / TCONFIG / TCONFIG.txt
Text File  |  2001-10-11  |  8KB  |  316 lines

  1. object Config: TConfig
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Configure TweakTray'
  6.   ClientHeight = 377
  7.   ClientWidth = 345
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 8
  21.     Top = 32
  22.     Width = 329
  23.     Height = 135
  24.     Caption = 'Free Memory Options'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     object Label1: TLabel
  33.       Left = 40
  34.       Top = 56
  35.       Width = 117
  36.       Height = 13
  37.       Caption = 'Auto free when less than'
  38.       Font.Charset = DEFAULT_CHARSET
  39.       Font.Color = clWindowText
  40.       Font.Height = -11
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = []
  43.       ParentFont = False
  44.     end
  45.     object Label2: TLabel
  46.       Left = 232
  47.       Top = 56
  48.       Width = 87
  49.       Height = 13
  50.       Caption = 'kb of memory free.'
  51.       Font.Charset = DEFAULT_CHARSET
  52.       Font.Color = clWindowText
  53.       Font.Height = -11
  54.       Font.Name = 'MS Sans Serif'
  55.       Font.Style = []
  56.       ParentFont = False
  57.     end
  58.     object Label3: TLabel
  59.       Left = 64
  60.       Top = 80
  61.       Width = 93
  62.       Height = 13
  63.       Caption = 'Attempt to auto free'
  64.       Font.Charset = DEFAULT_CHARSET
  65.       Font.Color = clWindowText
  66.       Font.Height = -11
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = []
  69.       ParentFont = False
  70.     end
  71.     object Label4: TLabel
  72.       Left = 232
  73.       Top = 80
  74.       Width = 66
  75.       Height = 13
  76.       Caption = 'kb of memory.'
  77.       Font.Charset = DEFAULT_CHARSET
  78.       Font.Color = clWindowText
  79.       Font.Height = -11
  80.       Font.Name = 'MS Sans Serif'
  81.       Font.Style = []
  82.       ParentFont = False
  83.     end
  84.     object chkDisplayMem: TCheckBox
  85.       Left = 24
  86.       Top = 18
  87.       Width = 225
  88.       Height = 17
  89.       Caption = 'Display free memory options'
  90.       Checked = True
  91.       Font.Charset = DEFAULT_CHARSET
  92.       Font.Color = clWindowText
  93.       Font.Height = -11
  94.       Font.Name = 'MS Sans Serif'
  95.       Font.Style = []
  96.       ParentFont = False
  97.       State = cbChecked
  98.       TabOrder = 0
  99.     end
  100.     object chkAutoFree: TCheckBox
  101.       Left = 24
  102.       Top = 34
  103.       Width = 225
  104.       Height = 17
  105.       Caption = 'Automatically free memory'
  106.       Font.Charset = DEFAULT_CHARSET
  107.       Font.Color = clWindowText
  108.       Font.Height = -11
  109.       Font.Name = 'MS Sans Serif'
  110.       Font.Style = []
  111.       ParentFont = False
  112.       TabOrder = 1
  113.     end
  114.     object edtAutoLevel: TSpinEdit
  115.       Left = 162
  116.       Top = 52
  117.       Width = 65
  118.       Height = 22
  119.       Font.Charset = DEFAULT_CHARSET
  120.       Font.Color = clWindowText
  121.       Font.Height = -11
  122.       Font.Name = 'MS Sans Serif'
  123.       Font.Style = []
  124.       MaxValue = 0
  125.       MinValue = 0
  126.       ParentFont = False
  127.       TabOrder = 2
  128.       Value = 0
  129.     end
  130.     object chkMemTooltip: TCheckBox
  131.       Left = 24
  132.       Top = 111
  133.       Width = 297
  134.       Height = 17
  135.       Caption = 'Display amount of free memory as a ToolTip'
  136.       Font.Charset = DEFAULT_CHARSET
  137.       Font.Color = clWindowText
  138.       Font.Height = -11
  139.       Font.Name = 'MS Sans Serif'
  140.       Font.Style = []
  141.       ParentFont = False
  142.       TabOrder = 3
  143.     end
  144.     object edtAutoAmount: TSpinEdit
  145.       Left = 162
  146.       Top = 76
  147.       Width = 65
  148.       Height = 22
  149.       Font.Charset = DEFAULT_CHARSET
  150.       Font.Color = clWindowText
  151.       Font.Height = -11
  152.       Font.Name = 'MS Sans Serif'
  153.       Font.Style = []
  154.       MaxValue = 0
  155.       MinValue = 0
  156.       ParentFont = False
  157.       TabOrder = 4
  158.       Value = 0
  159.     end
  160.   end
  161.   object GroupBox2: TGroupBox
  162.     Left = 8
  163.     Top = 171
  164.     Width = 329
  165.     Height = 59
  166.     Caption = 'Reboot Options'
  167.     Font.Charset = DEFAULT_CHARSET
  168.     Font.Color = clWindowText
  169.     Font.Height = -11
  170.     Font.Name = 'MS Sans Serif'
  171.     Font.Style = [fsBold]
  172.     ParentFont = False
  173.     TabOrder = 1
  174.     object chkRebootConfirm: TCheckBox
  175.       Left = 24
  176.       Top = 34
  177.       Width = 225
  178.       Height = 17
  179.       Caption = 'Ask for confirmation before rebooting'
  180.       Checked = True
  181.       Font.Charset = DEFAULT_CHARSET
  182.       Font.Color = clWindowText
  183.       Font.Height = -11
  184.       Font.Name = 'MS Sans Serif'
  185.       Font.Style = []
  186.       ParentFont = False
  187.       State = cbChecked
  188.       TabOrder = 1
  189.     end
  190.     object chkDisplayReboot: TCheckBox
  191.       Left = 24
  192.       Top = 18
  193.       Width = 225
  194.       Height = 17
  195.       Caption = 'Display Reboot options'
  196.       Checked = True
  197.       Font.Charset = DEFAULT_CHARSET
  198.       Font.Color = clWindowText
  199.       Font.Height = -11
  200.       Font.Name = 'MS Sans Serif'
  201.       Font.Style = []
  202.       ParentFont = False
  203.       State = cbChecked
  204.       TabOrder = 0
  205.     end
  206.   end
  207.   object btnOK: TBitBtn
  208.     Left = 264
  209.     Top = 344
  210.     Width = 75
  211.     Height = 25
  212.     Caption = 'OK'
  213.     Default = True
  214.     TabOrder = 2
  215.     OnClick = btnOKClick
  216.     Glyph.Data = {
  217.       DE010000424DDE01000000000000760000002800000024000000120000000100
  218.       0400000000006801000000000000000000001000000000000000000000000000
  219.       80000080000000808000800000008000800080800000C0C0C000808080000000
  220.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  221.       3333333333333333333333330000333333333333333333333333F33333333333
  222.       00003333344333333333333333388F3333333333000033334224333333333333
  223.       338338F3333333330000333422224333333333333833338F3333333300003342
  224.       222224333333333383333338F3333333000034222A22224333333338F338F333
  225.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  226.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  227.       0000333333333A222433333333333338F338F33300003333333333A222433333
  228.       333333338F338F33000033333333333A222433333333333338F338F300003333
  229.       33333333A222433333333333338F338F00003333333333333A22433333333333
  230.       3338F38F000033333333333333A223333333333333338F830000333333333333
  231.       333A333333333333333338330000333333333333333333333333333333333333
  232.       0000}
  233.     NumGlyphs = 2
  234.   end
  235.   object btnCancel: TBitBtn
  236.     Left = 8
  237.     Top = 344
  238.     Width = 75
  239.     Height = 25
  240.     TabOrder = 3
  241.     Kind = bkCancel
  242.   end
  243.   object GroupBox3: TGroupBox
  244.     Left = 8
  245.     Top = 234
  246.     Width = 329
  247.     Height = 103
  248.     Caption = 'User-Defined Programs'
  249.     Font.Charset = DEFAULT_CHARSET
  250.     Font.Color = clWindowText
  251.     Font.Height = -11
  252.     Font.Name = 'MS Sans Serif'
  253.     Font.Style = [fsBold]
  254.     ParentFont = False
  255.     TabOrder = 4
  256.     object Label5: TLabel
  257.       Left = 8
  258.       Top = 86
  259.       Width = 313
  260.       Height = 13
  261.       Alignment = taCenter
  262.       AutoSize = False
  263.       Caption = 'Right click to edit user defined programs'
  264.       Font.Charset = DEFAULT_CHARSET
  265.       Font.Color = clWindowText
  266.       Font.Height = -11
  267.       Font.Name = 'MS Sans Serif'
  268.       Font.Style = []
  269.       ParentFont = False
  270.     end
  271.     object lstUserDefined: TListBox
  272.       Left = 16
  273.       Top = 20
  274.       Width = 297
  275.       Height = 63
  276.       Font.Charset = DEFAULT_CHARSET
  277.       Font.Color = clWindowText
  278.       Font.Height = -11
  279.       Font.Name = 'MS Sans Serif'
  280.       Font.Style = []
  281.       ItemHeight = 13
  282.       ParentFont = False
  283.       PopupMenu = AppMenu
  284.       TabOrder = 0
  285.     end
  286.   end
  287.   object chkAutoRun: TCheckBox
  288.     Left = 8
  289.     Top = 8
  290.     Width = 329
  291.     Height = 17
  292.     Caption = 'Run TweakTray when Windows starts'
  293.     TabOrder = 5
  294.   end
  295.   object AppMenu: TPopupMenu
  296.     OnPopup = AppMenuPopup
  297.     Left = 136
  298.     Top = 344
  299.     object mnuAdd: TMenuItem
  300.       Caption = 'Add'
  301.       OnClick = mnuAddClick
  302.     end
  303.     object mnuRemove: TMenuItem
  304.       Caption = 'Remove'
  305.       Enabled = False
  306.       OnClick = mnuRemoveClick
  307.     end
  308.   end
  309.   object OpenTrayDialog: TOpenDialog
  310.     Filter = 'Executable Programs|*.exe;*.com'
  311.     Title = 'Select A Program To RUn From TweakTray'
  312.     Left = 168
  313.     Top = 344
  314.   end
  315. end
  316.